-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
refactor: renterd libs extract route variables #581
refactor: renterd libs extract route variables #581
Conversation
|
00464a3
to
f2ae686
Compare
f9c86ce
to
2cf79e3
Compare
f2ae686
to
5e33e79
Compare
2cf79e3
to
f932321
Compare
5e33e79
to
245aab1
Compare
f932321
to
d82ee4d
Compare
245aab1
to
3dce0b5
Compare
d82ee4d
to
6fb785e
Compare
3dce0b5
to
a25e53f
Compare
6fb785e
to
c5edf5f
Compare
a25e53f
to
a03e7ac
Compare
c5edf5f
to
443c8fb
Compare
a03e7ac
to
68261fb
Compare
443c8fb
to
6e95d64
Compare
68261fb
to
e54efd3
Compare
06a0c9c
to
3f50d41
Compare
e54efd3
to
e1a4ef0
Compare
3f50d41
to
9b69766
Compare
e1a4ef0
to
6df9d11
Compare
9b69766
to
2f4023c
Compare
6df9d11
to
6a23b40
Compare
2f4023c
to
833c8f9
Compare
Merge activity
|
This PR moves all renterd API route strings to shared constants that can be used across libraries. This makes updating all libraries at once easier and also avoids small string typos.
These strings are used for API routes and also data revalidation in react mutations and hooks.